home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 49
/
Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso
/
Aminet
/
util
/
libs
/
ttrender.lha
/
ttrender-2.0
/
Examples
/
makefile
next >
Wrap
Makefile
|
2002-04-05
|
186b
|
10 lines
test: test.o startup.o
gcc -o test -nostartfiles -noixemul -msmall-code -fbaserel startup.o test.o
test.o: test.c
gcc $(CF) $<
startup.o: startup.c
gcc $(CF) -fwritable-strings $<